Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix apollo integrity hash #2706

Merged
merged 1 commit into from
Jul 7, 2023
Merged

Conversation

Darkness4
Copy link
Contributor

@Darkness4 Darkness4 commented Jul 7, 2023

Hello,

It looks like the integrity hash of the apollo playground is wrong (actual: sha256-/ldbSJ7EovavF815TfCN50qKB9AMvzskb9xiG71bmg2I=, expected: sha256-ldbSJ7EovavF815TfCN50qKB9AMvzskb9xiG71bmg2I=).

As a workaround, I just copied the file apollo_sandbox_playground.go, the endpointHasScheme function from playground.go to my project, and then changed the mainSRI to sha256-ldbSJ7EovavF815TfCN50qKB9AMvzskb9xiG71bmg2I=.

I have:

  • Added tests covering the bug / feature (see testing)
  • Updated any relevant documentation (see docs)

Closes #2703.

@StevenACoffman StevenACoffman merged commit 2cfb9f9 into 99designs:master Jul 7, 2023
@coveralls
Copy link

coveralls commented Jul 7, 2023

Coverage Status

coverage: 75.537% (-3.7%) from 79.196% when pulling 8b9aaca on Darkness4:patch-1 into 470fca8 on 99designs:master.

@Darkness4 Darkness4 deleted the patch-1 branch July 7, 2023 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't open apollo playground
3 participants